home *** CD-ROM | disk | FTP | other *** search
/ El Mac 9 / El Mac 9.iso / Shareware / Applications / Charting Coach v1.5 / Charting Coach v1.dxr / 00130.ls < prev    next >
Encoding:
Text File  |  1996-04-08  |  241 b   |  14 lines

  1. on mouseUp
  2.   global relations, endDate
  3.   if the doubleClick then
  4.     exit
  5.   end if
  6.   if count(relations) > 0 then
  7.     setAt(relations, count(relations), 0)
  8.   end if
  9.   set endDate to endDate - 1
  10.   cursor(4)
  11.   showDays()
  12.   prepfrontpage()
  13. end
  14.